@charset "utf-8";
/* CSS Document */

main{
	background-color: lavender;
	height: 500px;
}
.cabecera{
color: indigo;
	text-align: center;
background-color: #DAB8FF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";

}
.nombre{
    font-family: Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", "sans-serif";
    background: #DAB8FF;
    color: indigo;
    width: auto;
    height: auto;
    min-height: 50px;
    font-size: 40px;
	border-radius: 1em;
}
.descripcion{
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: indigo;
font-size: 20px;	
}
.titulobotones{
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
text-align: left;
font-size: 22px;
color: indigo;
padding: 1em;	
}
.boton1{
			width: 200px;
			background-color:#DAB8FF;
			border-radius: 3em;
			cursor: pointer; 
			transition: background-color 1s; 
			margin: 18px;
			font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: indigo;
		}
		.boton1:hover{
			background-color: cornflowerblue;
			
		}
	.boton2{
			width: 200px;
			background-color:#DAB8FF;
			border-radius: 3em;
			cursor: pointer; 
			transition: background-color 1s; 
			margin: 18px;
			font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: indigo;
		}
		.boton2:hover{
			background-color: cornflowerblue;
		}
.boton3{
			width: 200px;
			background-color:#DAB8FF;
			border-radius: 3em;
			cursor: pointer; 
			transition: background-color 1s; 
			margin: 18px;
			font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	font-size: 20px;
	color: indigo;
		}
		.boton3:hover{
			background-color: cornflowerblue;
		}
#contenedor{
height: 100%;
width: 100%;
background: #7F6997;
border-radius: 1em;
}
section{
background:#DAB8FF;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
color: indigo;
font-size: 18px;
	border-radius: 1em;
	width: 49%;
	height: 100%;
float: left;
text-align: left;
text-align: justify;

}
aside{
    background: #B187E5;
    width: 49%;
    float: right;
    height: 100%;
    border-radius: 1em;
    color: indigo;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-size: 20px;
	
}
.footer{
background-color: lavender;
color: indigo;
font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	
	
}
.imagen {
    margin-left: 250px;
    margin-right: 0px;
    


}
.textoconcurso {
    text-align: justify;
	font-size: 18px;
}
.tituloobjetivo {
    font-size: 20px;
    padding-left: 300px;
    padding-right: 0px;
	text-decoration: underline;
}
.tituloeventos {
    margin-top: 50px;
    text-decoration: underline;
}
